From: Carol (Nichols || Goulding) Date: Sat, 14 May 2016 21:16:42 +0000 (-0400) Subject: Reword note about git init default to be in the positive X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~14^2~7^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=c888492d3722f75508c86c2df177149ee6e22448;p=cargo.git Reword note about git init default to be in the positive --- diff --git a/src/doc/guide.md b/src/doc/guide.md index 51c8fbca4..00cd86deb 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -24,8 +24,8 @@ $ cargo new hello_world --bin ``` We’re passing `--bin` because we’re making a binary program: if we -were making a library, we’d leave it off. If you’d like to not initialize a new -git repository as well (the default), you can also pass `--vcs none`. +were making a library, we’d leave it off. This also initializes a new `git` +repository by default. If you don't want it to do that, pass `--vcs none`. Let’s check out what Cargo has generated for us: